home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Libraries / DCLAP 6d / dclap6d / SeqPups / appsrc / autoseq.src / Definitions.H < prev    next >
Text File  |  1996-07-05  |  729b  |  14 lines

  1. //    ============================================================================
  2. //    Definitions.H                                                    80 columns
  3. //    Reece Hart    (reece@dasher.wustl.edu)                            tab=4 spaces
  4. //    Washington University School of Medicine, St. Louis, Missouri
  5. //    This source is hereby released to the public domain.  Bug reports, code
  6. //    contributions, and suggestions are appreciated (to email address above).
  7. //    -    -    -    -    -    -    -    -    -    -    -    -    -    -    -    -
  8. //    Simple definitions for the automated sequencing analysis project.
  9. //    ========================================|===================================
  10.  
  11. typedef long    trace_t;                    // sampled data type
  12. typedef    long    tracepos;                    // index in the trace_t array
  13.  
  14.